Multiple Selection - multipleSelect |
Multiple Selection is a design-time property that refers to the boolean that determines whether multiple records can be selected in a List control. When set to True, multiple records can be selected. It is set to False, by default.
The corresponding runtime property is multipleSelect.
Syntax
Design Time |
This is a design-time property and can be set through the property sheet of the control. |
Script |
bIsMultiple = listBoxID.multipleSelect |
Return Value
Returns a boolean value that determines whether multiple records can be selected from the List control.
Remarks
This property can be used to add and remove multiple items to and from a List control.
Applies to